MenuButton: Drop ref to Popover on its ::destroy
authorDaniel Boles <dboles.src@gmail.com>
Sun, 22 Apr 2018 13:52:27 +0000 (14:52 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Sun, 22 Apr 2018 15:11:18 +0000 (16:11 +0100)
commitcaa9255dd3beacb44fcc6ef005d703966be9c487
tree250a689a614ea0f40c95fe57a8e13d354b750742
parent1d636dc8d402f73194120f2c797e004b3c747fa4
MenuButton: Drop ref to Popover on its ::destroy

Otherwise, if the Popover is destroyed before the MenuButton, the latter
still had a non-NULL but invalid instance and tried to use it in dispose

Close https://gitlab.gnome.org/GNOME/gtk/issues/199
gtk/gtkmenubutton.c